object AboutBox: TAboutBox Left = 358 Top = 179 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'Info' ClientHeight = 209 ClientWidth = 318 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 6 Top = 7 Width = 305 Height = 153 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 16 Width = 41 Height = 41 IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 102 Height = 13 Caption = 'Produktname' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 81 Height = 13 Caption = 'Version' IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 190 Height = 13 Caption = 'Copyright 1996-1997 by Joachim Marder' IsControl = True end object Comments: TLabel Left = 48 Top = 96 Width = 3 Height = 13 Cursor = crDrag Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False WordWrap = True IsControl = True end object Label2: TLabel Left = 8 Top = 120 Width = 36 Height = 13 Caption = 'WWW:' end object Label3: TLabel Left = 8 Top = 102 Width = 32 Height = 13 Caption = 'E-Mail:' WordWrap = True IsControl = True end object UrlLabel1: TUrlLabel Left = 50 Top = 120 Width = 219 Height = 13 Cursor = 5 Caption = 'http://www.informatik.uni-trier.de/CIP/marder/' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel1. URL = 'http://www.informatik.uni-trier.de/CIP/marder/treesize.html' ActiveColor = clRed end object UrlLabel2: TUrlLabel Left = 50 Top = 102 Width = 132 Height = 13 Cursor = 5 Caption = 'marder@explorer.uni-trier.de' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel2. URL = 'mailto:marder@explorer.uni-trier.de' ActiveColor = clRed end end object OKButton: TButton Left = 118 Top = 178 Width = 65 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end